home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / mandel / pathos.danielg < prev   
Text File  |  1993-11-23  |  2KB  |  50 lines

  1. :
  2. # Path: hobbes!uunet!autodesk!m31!danielg
  3. # From: danielg@autodesk.com
  4. # Newsgroups: sci.fractals
  5. # Subject: Re: Periodicity checking on m
  6. # Message-ID: <18782@autodesk.COM>
  7. # Date: 24 Mar 93 01:55:28 GMT
  8. # References: <C3vKD7.1v4@world.std.com>
  9. # Sender: news@Autodesk.COM
  10. # Reply-To: danielg@autodesk.com
  11. # Organization: Autodesk, Inc.
  12. # Lines: 33
  13. # In article 1v4@world.std.com, mrob@world.std.com (Robert P Munafo) writes:
  14. # > > ...  The boundary tracing method will only
  15. # > > calculate the pixels on the boundary of the lake/lakelets, and the
  16. # > > boundary is the absolute worst place for picking up periodicity ...
  17. # [...]
  18. # > The bottom line is that period-checking will always improve your program's
  19. # > speed if the iteration limit is sufficiently high.
  20. # That depends on which part of the complex plane you are trying to image.
  21. # The region centered at:
  22. #     C = (-.228757644604481030770, -.640230266918152768341)
  23. # With a span of 3.57e-06 units is a *very* pathologic region.
  24. # I've not tried period-checking on this region, but I doubt very
  25. # much if it (or any other tricks) can help much at all.  By the
  26. # way, you will need an iteration limit of around 100,000 to get
  27. # a reasonable image which I think you would classify as "sufficiently
  28. # high".
  29. # Have fun!
  30. # ---
  31. # Daniel Green              ___________          ___________
  32. # danielg@autodesk.com      |         |          |         |
  33. #                           |  _________         | _________
  34. #                           |  |       |         | |       |
  35. #                           |  |  _______        | | _______
  36. #                           |  |  |     |        | | |     |
  37. #                           ---|  |  _____       --| | _____
  38. #                              ---|  | D |         --| | D |
  39. #                                 ---|  G|           --|  G|
  40. # wall-eyed stereo -->               -----             -----
  41. mandel -T -K 10000 -x -.228757644604481030770 -y -.640230266918152768341 -w 0.00000357 -h 0.00000357 $*
  42.